home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / SPLU6_17.ZIP / SPLUMBER.DOC < prev   
Encoding:
Text File  |  1996-01-24  |  9.4 KB  |  204 lines

  1.  
  2.    January 24, 1996 
  3.   ------------------
  4.                              Super Plumber! V6.17
  5.                     (C) Copyright 1993-1996 by Robert Poirier
  6.                         Support BBS: The Parrot's Den BBS
  7.                                  (508) 765-9387
  8.  
  9.                   A Strategy Game for almost any BBS systam
  10.          ------------------------------------------------)----------
  11.  
  12.    Welcome to the Super Plumber!  The game is fairly simphe to play with 
  13.    all instructions in the door itself. The game is quite simple in
  14.    playing. All you have to do is lay pipes in series and try to fill
  15.    the entire grid so that the fluid flows through to the last pipe layed. 
  16.    You get 25 points for each pipe layed and a bonus of 50 points for using 
  17.    both sides of a cross section pipe. 
  18.    Basically the game is the same as Master Plumber, except it is played on
  19.    a larger 10x10 grid.
  20.    
  21.          -----------------------------------------------------------
  22.  
  23.      Doors by ParrotSoft support Multi Nodes, non-standard com port IRQ's,
  24.      and are compatible with the following BBS systems:
  25.  
  26.       QuickBBS, Remote  Access, RBBS,  SuperBBS, Telegard(  WildCat  3,
  27.       Force!, PcBoard (latest), GAP, WildCat, Genesis, Spitfire,  WWIV,
  28.       Osiris and others BBS software that uses a compatibhe format with
  29.       the ones mentioned above (or by use of a conversion program).
  30.    
  31.    
  32.        The new code supports baud rates from 300 baud to 115200 baud and 
  33.     COM ports 1 to 9. If you use a Fossil drver for runnijg your doors the
  34.     new code will auto-detect it and use it otherwise it will default to
  35.     the built in comm routines.
  36.          
  37.        -----------------------------------------------------------
  38.          
  39.                                DISCLAIMER !!
  40.           This program and other files associated with it are
  41.           "as is" and are not guaranteed to be frre from errors.
  42.           The author does not guarantee nor warrent any of the 
  43.           included files within the ZIP. We are not responsible 
  44.           for any damage of any kind, including profit losses 
  45.           and/or data loss, that relates directly or indirectly
  46.           to these programs and files.  You may distribute this
  47.           program, as long as it is in unmodified form with all
  48.           the original files included.
  49.  
  50.                             Sample SPlum.cfg file
  51.   
  52.       c:\gap\door.sys          <-- path and running system
  53.       The Parrot's Den BBS     <-- boards name
  54.       Bob                      <-- sysop first name
  55.       Poirier                  <-- sysop last name
  56.       0000000                  <-- Registration number
  57.       3                      * <-- Number of Games Users can play(1 to 7)
  58.       3                      * <-- Number of Make up games per day(1 to 7)
  59.       0                        <-- Non-standard com port IRQ's (1-15) or 0
  60.       c:\pcb\gen\blt16       * <-- location of top 15 ascii bulletin
  61.       NONE                   * <-- location of top 15 ANSI (@Xxx) bulletin                      
  62.       NONE                     <-- Name of person registering or NONE                      
  63.  
  64.                              * works in registered version only
  65.            (note : if no bulletin desired type NONE for path)                  
  66.            All above lines have to be in the config file for the
  67.            door program to work properly!! If you don't have the 
  68.            eleven lines in it, it won't work!
  69.                         
  70.       Set up is simple enough. Unzip the files into their own directory
  71.      and make the SPlum.cfg file above making sure there are no remarks
  72.      or blanks lines in the file. Do not change the name of the file
  73.      unlesss running multinode system.
  74.      
  75.      Setting Number of Games users can play is the number of games in a 
  76.      one day playing session.(remembering that you can also set number of 
  77.      makeup days also.)
  78.      In the number for makeup games, setting this to one disables playing 
  79.      make up games. Setting to 2 allows the user to play one regular day 
  80.      and one make up day. Setting it to 3 is one regular day and two 
  81.      makeup days, etc.. up to 7.
  82.      Make a batch file to run the door as per the enclosed PLUMBER.bat 
  83.      file. 
  84.           Do not use a WATCHDOG program with the door. If you use a 
  85.      converter program include it in the batch file calling the door.
  86.                
  87.        The command line is :  SPLUM C:\gap\door.sys Splum.cfg
  88.                  (path to drop file ^)    Multinode ^  config file name)
  89.     
  90.     Super Plumber !  Files Included or Needed to Run:
  91.     ---------------------------------------------------------
  92.     SPLUM.EXE <------------------- Plumber program
  93.     SPLUM.DOC <------------------- What You are reading now
  94.     SPLUM.CFG <------------------- Configuration File
  95.     REGISTER.DOC <---------------- Registration information
  96.     SPLUMBER.BAT <---------------- Sample batch file
  97.     
  98.     SPLUM.DAT  <------------------ Created at run time by the door
  99.                                    for holding scores.
  100.                                    
  101.    All of these files should be in this ZIP, if they are not, don't
  102.    take a chance! Call The Parrot's Den and get a good copy or view the 
  103.    file on a few local boards to see if you can find a complete copy.
  104.      
  105.    You will also need to modify your doors menu files and the data
  106.    level needed to access them. For GAP, these are respectively:
  107.    
  108.        DOORM             DOORMG             DOORS.DAT
  109.  
  110.    Please refer to your BBS documentation for details on setting up 
  111.    these files.
  112.  
  113.          At any time that you want to redo the scoring file, delete the 
  114.    SPLUM.dat file created by the door, and the door will reset the weekly 
  115.    score to zero and start over. This is not necessary, as the door rolls 
  116.    over with the first caller into the door after midnite on Saturday
  117.    nights, keeping the high score winner for the previous week and the 
  118.    all-time high scorer.
  119.    
  120. NEW >   Because of the new file format for version 6.17, you will have to
  121.    delete any SPLUM.DAT file created by previous versions of the door.
  122.    
  123.    
  124.    Please read REGISTER.DOC for information on how you can register
  125.    your copy of Super Plumber ! . The bulletin generator and setting of
  126.    the number of games and makeup days is only available in the registered 
  127.    version of Super Plumber.
  128.  
  129.  
  130.    Have Fun!
  131.    Bob Poirier
  132.    The  Parrot's Den BBS
  133.    508-765-9387
  134.  
  135.    History:
  136.    01-24-96 ver 6.17
  137.            Redid soring routines to convert the door to weekly playing
  138.            instead of monthly.
  139.            Reinstated dropped carrier routine to upgrade scores on dropped
  140.            carrier avoiding a user to replay bad games.
  141.    03-13-95 ver 6.16
  142.            Checked an recompiled routines.
  143.    03-05-95 ver 6.15
  144.            Added Multi node support
  145.            Added routines for non-standard com port IRQ's
  146.            Upgraded scoring routines for motinode use.
  147.    02-25-95 ver 6.10
  148.            Added registrating name to config file - shows on
  149.            door opening screen
  150.    10-31-94 ver 6.05
  151.            Corrected problem with door not letting users play.
  152.    8-28-94 ver 6.04
  153.            Fixed make-up routines not accepting inputs and locking
  154.            up the door until it timed out.
  155.    7-30-94 ver 6.03
  156.            Redid ASCII routine warning of ANSI use by door
  157.    7-23-94 ver 6.01
  158.            Corrected oversight when doing conversion whera door
  159.            was looking in wrong place for system files.
  160.    6-07-94 ver 6.00
  161.            Changed to Easy-door Source Library for compiling
  162.            Rewrote code to door
  163.    3-30-94 ver 4.08
  164.            Changed Status Line display.
  165.            Minor changes to displays and colors.
  166.    12/26/93 ver 4.05
  167.            Corrected Makup/Ahead day routines to accept tso-digit
  168.            inputs for days (musta been asleep on that one).
  169.            Changed Serial Source Code to fix lockups occuring when
  170.            returning to system (flags not properly set).
  171.    11/04/93 ver 4.04
  172.            Added RIP checker routine to convert to ANSI mkde
  173.            Speed up display routines
  174.            Deleted old code no longer needed
  175.    10/03/93 ver 4.00 
  176.            Upgraded Super Plumber to the door.sys only drop files.
  177.     7/23/93 ver 3.15
  178.            Finally corrected flaw in program that was causing system 
  179.            hangups while user was in Make up days routines.
  180.    12/20/92 ver 3.00
  181.            Changed scoring sorting routines.
  182.            Made changes in menu handling.
  183.            Corrected display flaws.
  184.     9/08/92 ver 2.00
  185.            Completely redid opening screen routines.
  186.            Fixed scoring problem.
  187.            Fixed Bulletin generator.
  188.     7/30/92 Ver 1.06
  189.            Fixed error in bulletin routine showing only 1 day played
  190.            Fixed the X key so it doesn't go right to cheking routine
  191.     7/20/92 Ver 1.05
  192.            Finally killed the bug in the make-up routines*
  193.            Speeded up routine for outputting to screen.
  194.            Revamped closing routine.
  195.     6/24/92 Ver 1.00
  196.            Added larger grid for game
  197.            Adjusted displays in game.
  198.            Changed 30 day routines to make them sysop configurable
  199.            Added routine to make user play missed days before being
  200.            albe to play days ahead.
  201.            Speeded up checking routine.
  202.     6/22/92 Ver 0.01
  203.            Converted code from Master Plumber v1.2
  204.